home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / mis_util / autolist / autolist.eng next >
Text File  |  1991-10-04  |  2KB  |  57 lines

  1.  
  2.                                 AutoList
  3.  
  4.                     Copyright (c) 1991 Marco Savegnago
  5.  
  6.                         Version 1.1 - 5/10/1991
  7.  
  8.  
  9. This program can be copied freely but non for commercial purposes!
  10.         
  11. AutoList is a simply utility for compress a normal text file into an executable
  12. and autolisting file.
  13. Normally, for read a text (ASCII) file you must use an editor program, now with
  14. AutoList you can convert your text file into an executable, smallest (true only
  15. for filelenght over 10K) and autolisting file.
  16. For example, now you are reading this text probably using your prefer editor,
  17. please exit to DOS and try to convert this text with AutoList, typing:
  18.  
  19. C:\AUTOLIST AUTOLIST.ENG MANUAL <Enter>
  20.         
  21. Autolist compress AUTOLIST.DOC and make an executable and autolisting file named
  22. MANUAL.EXE.
  23.  
  24. Note that if you don't supply the .EXE exstension in output executable file
  25. AutoList put it itself.
  26.  
  27. If you want to see the result just run MANUAL.EXE.
  28.  
  29. Obviously, with this small file AutoList produce an executable largest because
  30. for every file there is an overhead of 8 Kbyte due the decompression and listing
  31. routine.
  32.         
  33. AutoList was made for my own, it can be copied freely but not sold at all!!!!
  34.  
  35. In the executable file you can specify the metode that the listing routine
  36. use to write on the screen (default it write directly in Video RAM).
  37. The option are:
  38.         
  39.         /b write using Video BIOS call.
  40.         /c write waiting retrace in old CGA
  41.         
  42. As support I have written UNAL.EXE a program for extract the compressed text
  43. from an AutoList EXE file.
  44.  
  45. Enjoy!
  46.  
  47. PS: Excuse for my 'english' but I think that you prefer this rather than
  48.     italian doc!
  49.  
  50. Vicenza, 5/10/1991.
  51.         
  52. Marco Savegnago
  53. Str.lla Ospadale 87
  54. 36100 Vicenza Italy.
  55.  
  56.  
  57.